Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

[Fixes #14] Merge array of route paths#15

Open
JasonEtco wants to merge 3 commits into
DataDog:masterfrom
JasonEtco:patch-1
Open

[Fixes #14] Merge array of route paths#15
JasonEtco wants to merge 3 commits into
DataDog:masterfrom
JasonEtco:patch-1

Conversation

@JasonEtco

Copy link
Copy Markdown

Hello! This closes #14 but merging an array of route paths. I took a simple approach by checking if the str is actually an array, and just joining the items on , - this would create a tag specific to that grouping of routes.

I also added a test - it fails without the change to lib/index.js (it throws the error from #14) but I didn't see a clear way to test against the actual end-result tag. Any ideas/suggestions there would be great!

This is currently causing some complications in the project I work on, so if there's a way we can get this published that'd be awesome. Let me know how I can help!

@ruettenm

Copy link
Copy Markdown

Hi 👋

Is this project still maintained? We hope that this is the case ;-)
I'm asking because the pull request is already a few month old and it would also fix a problem we (metronom) have at the moment.

It would be nice to see any official reaction from DataDog.

@rochdev

rochdev commented Aug 11, 2020

Copy link
Copy Markdown
Member

@ruettenm The project is no longer maintained as it only existed to cover a use case that is a subset that our APM product now offers out of the box in addition to many other features. I would recommend to give APM a try, and if you're not ready to make the jump we'll officially deprecate the library so that it's clear it should be forked by any user who still needs it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError: str.replace is not a function

3 participants